Platform Explorer / Nuxeo Platform 2023.10

Operation Blob.BulkDownload (Bulk Download)

Description

Prepare a Zip of a list of documents.
Operation id Blob.BulkDownload
Category Files
Label Bulk Download
Requires
Since

Parameters

Name Description Type Required Default value
filename string no  

Signature

Inputs documents
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.BulkDownload
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.BulkDownload",
  "label" : "Bulk Download",
  "category" : "Files",
  "requires" : null,
  "description" : "Prepare a Zip of a list of documents.",
  "url" : "Blob.BulkDownload",
  "signature" : [ "documents", "blob" ],
  "params" : [ {
    "name" : "filename",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}